Skip to content

Add docs for artax-adapter #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 13, 2017
Merged

Add docs for artax-adapter #206

merged 2 commits into from
Jul 13, 2017

Conversation

kelunik
Copy link
Contributor

@kelunik kelunik commented Jul 13, 2017

This will fix #205

Copy link
Member

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor thing

use Http\Adapter\Artax\Client as ArtaxAdapter;
use Http\Message\MessageFactory\GuzzleMessageFactory;

$adapter = new BuzzAdapter(new DefaultClient(), new GuzzleMessageFactory());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo. ArtaxAdapter

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I knew I forgot something.

@Nyholm
Copy link
Member

Nyholm commented Jul 13, 2017

Seams like you have to add "Artax" to the spelling docs.

Im happy when Travis is happy.

@kelunik
Copy link
Contributor Author

kelunik commented Jul 13, 2017

Where do I add that?

@Nyholm
Copy link
Member

Nyholm commented Jul 13, 2017

Here: https://github.com/php-http/documentation/blob/master/spelling_word_list.txt

There is a dictionary which we spell check words against. The word "Artax" is not in that dictionary. So we need to add it to the spelling_word_list.txt to say that it is correctly spelled.

@kelunik
Copy link
Contributor Author

kelunik commented Jul 13, 2017

Travis is fine.

@Nyholm Nyholm merged commit 05e37ca into php-http:master Jul 13, 2017
@Nyholm
Copy link
Member

Nyholm commented Jul 13, 2017

Thank you

@kelunik kelunik deleted the artax-docs branch July 13, 2017 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add docs about artax-adapter
2 participants